翻訳と辞書
Words near each other
・ Unitary method
・ Unitary National Liberation Front
・ Unitary operator
・ Unit disk graph
・ Unit distance
・ Unit distance graph
・ UNIT Dominion
・ Unit doublet
・ Unit dummy force method
・ Unit Ei 1644
・ Unit Five Seven
・ Unit for Criticism and Interpretive Theory
・ Unit for Viral Host Cell Interactions
・ Unit fraction
・ Unit function
Unit generator
・ Unit hyperbola
・ Unit Identification Code
・ Unit in the last place
・ Unit injector
・ Unit interval
・ Unit interval (data transmission)
・ Unit Interventie Mariniers
・ Unit investment trust
・ Unit load
・ Unit load device
・ Unit measure
・ Unit of account
・ Unit of action
・ Unit of alcohol


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Unit generator : ウィキペディア英語版
Unit generator

Unit generators (or ''ugens'') are the basic formal units in many MUSIC-N-style computer music programming languages. They are sometimes called opcodes (particularly in Csound), though this expression is not accurate in that these are not machine-level instructions.
Unit generators form the building blocks for designing synthesis and signal processing algorithms in software. For example, a simple unit generator called OSC could generate a sinusoidal waveform of a specific frequency (given as an input or argument to the function or class that represents the unit generator). ENV could be a unit generator that delineates a breakpoint function. Thus ENV could be used to drive the amplitude envelope of the oscillator OSC through the equation OSC
*ENV. Unit generators often use predefined arrays of values for their functions (which are filled with waveforms or other shapes by calling a specific generator function).
The unit generator theory of sound synthesis was first developed and implemented by Max Mathews and his colleagues at Bell Labs in the 1950s.
== Code example ==
In the SuperCollider language, the .ar method in the SinOsc class is a UGen that generates a sine wave. The example below makes a sine wave at frequency 440, phase 0, and amplitude 0.5.
:
SinOsc.ar(440, 0, 0.5);


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Unit generator」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.